From 107fe015a169d68f986428e231c5bcb7f7880657 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 12 May 2008 10:11:23 +0100 Subject: [PATCH] stubdom: let lwIP check TCP sums as they are now correct. Signed-off-by: Samuel Thibault --- extras/mini-os/include/arch/cc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/extras/mini-os/include/arch/cc.h b/extras/mini-os/include/arch/cc.h index e9a258d8bf..1c31feb7c8 100644 --- a/extras/mini-os/include/arch/cc.h +++ b/extras/mini-os/include/arch/cc.h @@ -84,7 +84,4 @@ extern void lwip_die(char *fmt, ...); #define DBG_TYPES_ON DBG_ON #endif -/* TODO: checksum doesn't work fine?! */ -#define CHECKSUM_CHECK_TCP 0 - #endif /* __LWIP_ARCH_CC_H__ */ -- 2.30.2